projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba98fa
)
armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h
author
Andy Shevchenko
<
[email protected]
>
Mon, 13 May 2019 14:04:51 +0000
(17:04 +0300)
committer
Prabhakar Kushwaha
<
[email protected]
>
Wed, 22 May 2019 06:54:25 +0000
(12:24 +0530)
commit
58c3e62040be
("armv8: lx2160ardb : Add support for LX2160ARDB
platform") brought a new boards support with redundancy in the config.h.
One of them is CONFIG_CMDLINE_EDITING which is removed by this change.
Cc: Priyanka Jain <
[email protected]
>
Cc: Peng Ma <
[email protected]
>
Cc: Prabhakar Kushwaha <
[email protected]
>
Signed-off-by: Andy Shevchenko <
[email protected]
>
Reviewed-by: Prabhakar Kushwaha <
[email protected]
>
include/configs/lx2160a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/lx2160a_common.h
b/include/configs/lx2160a_common.h
index 637619cb555d20ae8e73fe81cb676923c06244ae..eb0b1766aa717b7e9f813f730d70de0fd99eaced 100644
(file)
--- a/
include/configs/lx2160a_common.h
+++ b/
include/configs/lx2160a_common.h
@@
-187,7
+187,6
@@
unsigned long get_board_ddr_clk(void);
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
-#define CONFIG_CMDLINE_EDITING 1
#define CONFIG_SYS_MAXARGS 64 /* max command args */
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */